protected async override void OnNavigatedTo(NavigationEventArgs e) { base.OnNavigatedTo(e); await _statusBarService.StartProgressAsync("Sample progress...", true); }