// @ApiMethod(name = "routes.reset", httpMethod = "post")
 @Override
 public void resetRoutes() throws IllegalArgumentException {
   routeServiceManager.resetCache();
 }