public async Task <ICollection <Notification> > GetNotificationsForUser(string username)
 {
     return(await notificationRepo.GetByUsername(username));
 }