void OnSuccess()
        {
            NextBtn.HideSpinner();
            // TODO Not relevant for release 1. Left for the future release

            /*
             * NavigationController?.PushViewController(QuestionnaireCountriesViewController.Create(), true);
             */
            NavigationController?.PushViewController(LoadingPageViewController.Create(), true);
        }
 void GoToLoadingPage()
 {
     LogUtils.LogMessage(LogSeverity.INFO, "Navigating to Loading page", null, GetCorrelationId());
     NavigationController?.PushViewController(LoadingPageViewController.Create(), true);
 }
 void GoToLoadingPage()
 {
     NavigationController?.PushViewController(LoadingPageViewController.Create(), true);
 }