public MobileClient(IMobile factory) { androidPhone = factory.GetAndroidPhone(); iOSPhone = factory.GetiOSPhone(); }