public Map<UUID, ? extends ModelConfig> listModels() throws FOSException {
   try {
     return manager.listModels();
   } catch (RemoteException e) {
     throw new FOSException(e);
   }
 }