public async Task <ActionResult> MarkNotificationAsRead(Guid notificationId)
 {
     return(CustomResponse(await _service.MarkAsRead(notificationId)));
 }