public IHttpActionResult GetReviewRatings(string id) { var ratings = _customerReviewService.GetRatings(id); return(Ok(ratings)); }