public SingleSessionCommandService newStatefulKnowledgeSession() {
return new SpringSingleSessionCommandService(knowledgeBase, getSessionConfiguration(), getEnvironment());
}
public SingleSessionCommandService loadStatefulKnowledgeSession(int sessionId) {
return new SpringSingleSessionCommandService(sessionId, knowledgeBase, getSessionConfiguration(),
getEnvironment());
}