private void Initialize()
 {
     this.iOSUIAppearance = iOSCoreServiceContainer.Resolve <iOSUIManager> ();
 }
 private void Initialize()
 {
     this.iOSUIAppearance    = iOSCoreServiceContainer.Resolve <iOSUIManager>();
     this._numberAppSettings = SharedServiceContainer.Resolve <IAppSettings>();
 }