public function __construct(DriverService $service)
 {
     parent::__construct($service->getURL());
     $this->service = $service;
 }