public void BenchmarkCleanup()
 {
     _viewStackService.PopToRootPage();
     _viewModel = null;
 }
 public IObservable <Unit> PopToRootPage() => _viewStackService.PopToRootPage();