DocumentStore documentStore = new LocalDocumentStore(schematicDb);
DocumentTranslator translator = new DocumentTranslator(context, documentStore, 100L);
workspaceCache = new WorkspaceCache(context, "repo", "ws", null, documentStore, translator, ROOT_KEY_WS1, nodeCache,
changeBus);
loadJsonDocuments(resource(resourceNameForWorkspaceContentDocument()));
SessionEnvironment sessionEnv = createSessionContext();
session1 = createSessionCache(context, workspaceCache, sessionEnv);
session2 = createSessionCache(context, workspaceCache, sessionEnv);
return session1;
}