*/ private array $services ) { } /** * @throws WbServiceException */ public function make(WbEndpoint $type): WbSyncInterface { return $this->services[$type->name] ?? throw new WbServiceException("unknown sync type $type->name"); } }