public async Task ShowMessageDialog()
 {
     await _userNotificationService.ShowMessageDialogAsync("This is a message dialog sample!");
 }