private boolean checkSession(String workspaceId) {
   return brix.getWorkspaceManager().workspaceExists(workspaceId);
 }