public IActionResult GetReviewByMediaId(int id)
 {
     return(Ok(_reviewRepository.GetByMediaId(id)));
 }