protected async override void OnExecute(object parameter) { var dialog = new AboutViewModel(); await dialog.ShowDialogAsync(); }