/**
  * Find all users
  *
  * @return UserInterface[]
  */
 public function getAllUsers()
 {
     return $this->userMapper->findAll();
 }