public object Get(GetNotificationsSummary request)
        {
            var result = _notificationsRepo.GetNotificationsSummary(request.UserId);

            return(result);
        }
 public object Get(GetNotificationsSummary request)
 {
     return(_notificationsRepo.GetNotificationsSummary(request.UserId));
 }