*/ #[\Attribute] class UrlGenerator { public function __construct( public string $service, public string $method, public array $options = [] ) { } }