/** * Automatically generated run method * * @param Request $request * @return Response */ public function run(Request $request) { $id = $this->getParam('id'); $domain = new EventDomain($this->getServiceContainer()); $payload = $domain->read($id); return $this->responder->run($request, $payload); }