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