string $service The service id to wrap in the closure:
Overrides Autowire::__construct
public function __construct(string $service) { parent::__construct(new ServiceClosureArgument(new Reference($service))); }