@Override
 // @ApiMethod(name = "ratings.get", httpMethod = "post")
 public List<RatingInfo> getRatings(RouteInfo routeInfo) throws IllegalArgumentException {
   ObjectifyService.begin();
   return ratingManager.getRatings(routeInfo);
 }