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