public virtual async Task DeleteAsync(long id)
 {
     await NotificationStore
     .DeleteUserNotificationAsync(
         CurrentTenant.Id,
         CurrentUser.GetId(),
         id);
 }