public async Task DeleteAll(string username, NotificationsDeleteOptions options)
 {
     await notificationRepo.RemoveAll(username, options);
 }