/**
  * Get a list of Users.
  *
  * @return array
  */
 public function all()
 {
     return $this->userService->getUsers();
 }