module->getService(ServerInformationRepository::class); $status = $serverInformationRepository->getHealthCheckData(); $this->exitWithResponse($status); } }