cdfRepository = $cdfRepository; } public function readCdf(int $id): array { return $this->cdfRepository->list($id); } }