public void DoSomething() { this._personInstance = _factory.GetPersonInstance("Customer"); _personInstance.CallSomeMethod(); }