public static function buildRoute(Controller $route, $value)
 {
     $route->method(self::forUsage($value));
 }