I have a class whose sole purpose is to decide, based on a setting, whether to call A) a business layer using a WCF service first or B) the business layer directly.
What is the naming convention for a class the is just a redirector. I was thinking either using "Wrapper" or "Controller" in the class name.