getServiceLocator()->get(ItemToMediaUnitProcessor::class); } protected function getResultSearcher(): ResultSearcherInterface { return $this->getServiceLocator()->get(ItemToMediaRdsSearcher::class); } protected function getSpawnMigrationConfigService(): SpawnMigrationConfigServiceInterface { return $this->getServiceLocator()->get(SpawnMigrationConfigService::class); } protected function getResultFilterFactory(): ResultFilterFactoryInterface { return $this->getServiceLocator()->get(ResultFilterFactory::class); } protected function getMigrationConfigFactory(): MigrationConfigFactoryInterface { return $this->getServiceLocator()->get(MigrationConfigFactory::class); } }