protected void NavigateTo <T>() { PageNavigationService.NavigateTo <T>(); }
private void LogOff() { _navigationService.NavigateTo <LogInView>(); }