@Override
 public ConfigProfile getNext(ConfigProfile current) throws RemoteException {
   return service.getNext(current);
 }