container = $container; $this->entityManager = $container->get(EntityManager::class); } abstract public function run(): void; }