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