userRepository->findAll(); $this->logger->info("Users list was viewed."); return $this->respondWithData($users); } }