public Task PushAsync <T>() where T : Page { return(Shell.Current.GoToAsync(_route.RouteName(typeof(T).ToString()))); }