entityManagerFactory = $entityManagerFactory; } public function load() : EntityManagerService { return $this->entityManagerFactory->create(); } }