protected override async void OnStart()
 {
     await ViewModelNavigation.SetMainPage <MainPage>(new ViewModels.MainPageViewModel());
 }