connector = $connector; $this->configService = $configService; } public function getConnector(): Connector { return $this->connector; } public function getConfigService(): ConfigServiceInterface { return $this->configService; } }