public HttpResponseMessage GetRatings(Guid id) { List <Rating> ratings = QsDataRepository.GetRatings(id); return(Request.CreateResponse(ratings)); }