public virtual async Task <NotificationInfo> GetAsync(long id)
 {
     return(await NotificationStore
            .GetNotificationOrNullAsync(CurrentTenant.Id, id));
 }