serviceFactory = $serviceFactory; } public function run() { $service = $this->serviceFactory->create('EmailNotification'); $service->process(); } }