public void disableFetchProfile(String name) throws UnknownProfileException {
   session.disableFetchProfile(name);
 }