mailLogRepository->listPaged($options); } public function find(int $id): ?array { return $this->mailLogRepository->find($id); } }