public async Task <bool> DeleteSingleNotification(Guid notificationid) { return(await _repo.DeleteNotification(notificationid.ToString())); }