public async Task <JsonResult> GetNotificationsByUserId([Required] Guid userId, bool onlyUnread = true)
 => await JsonAsync(_notify.GetNotificationsByUserIdAsync(userId, onlyUnread));