static ReplaySessionInfo getSessionInfo(final String sessionName) throws ReplayException {
   return baseDB.getSessionInfo(sessionName);
 }