public static UUID getCurrentSessionGuid() {
   return currentSession != null ? currentSession.getSessionId() : null;
 }