public async Task <JsonResult> GetNotificationById(Guid?notificationId) => await JsonAsync(_notify.GetNotificationByIdAsync(notificationId));