private bool HandleRefreshDisplay(RefreshDisplayPresentationHint arg)
 {
     AppShell.GetForCurrentView().RefreshVisualSettings();
     return(true);
 }
 public AppShellViewPresenter(AppShell appShell)
 {
     _appShell = appShell;
     RegisterPresentationHintHandlers();
 }