injectableFactory = $injectableFactory; } public function create(): Import { return $this->injectableFactory->create(Import::class); } }