public void Include(MvxNavigationService service, IMvxViewModelLoader loader)
 {
     _ = new MvxNavigationService(null, loader);
     service.Navigate(typeof(MvxViewModel));
     service.Navigate("");
     _ = new MvxAppStart <MvxNullViewModel>(null, null);
 }