public async Task <JsonResult> MarkAsRead([Required] Guid notificationId)
 => await JsonAsync(_notify.MarkAsReadAsync(notificationId));