public Set<String> getRegisteredUsers() throws LocationServiceException {

    return locationService.getRegisteredUsers();
  }