private void onLoginSuccess()
 {
     confService = ServiceResolver.GetForCurrentPlatform <ConfigServiceBase>();
     confService.GetPlatformConfig(onConfigSucces, onConfigFailed);
 }
        private void onLoginSuccess()
        {
            ConfigServiceBase cs = ServiceResolver.GetForCurrentPlatform <ConfigServiceBase>();

            cs.GetPlatformConfig(onConfigFetched, onGetConfigFailed);
        }