services['prestashop.adapter.import.handler_finder'] = new \PrestaShop\PrestaShop\Adapter\Import\Handler\ImportHandlerFinder(($this->services['prestashop.adapter.import.handler.category'] ?? $this->load('getPrestashop_Adapter_Import_Handler_CategoryService.php')), ($this->services['prestashop.adapter.import.handler.product'] ?? $this->load('getPrestashop_Adapter_Import_Handler_ProductService.php')));