private async Task SendAppUserNotification(UserNotification notification)
 {
     await _userNotificationService.Add(notification);
 }