public async Task <JsonResult> ClearAllByUserId([Required] Guid userId)
 => await JsonAsync(_notify.ClearAllUserNotificationsAsync(userId));