userService->listAll(); } public function get(AuthorizedRequest $request, string $id) { return $this->userService->getOneById($id); } }