/// <summary> /// Kicks off the registration flow so the user can register and authenticate /// </summary> internal void StartRegistrationFlow() { MainPage = new WelcomeStartPage().WithinNavigationPage(); }