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