public Collection<AgendaEventListener> getAgendaEventListeners() {
return commandService.execute( new GetAgendaEventListenersCommand() );
}
public Collection<WorkingMemoryEventListener> getWorkingMemoryEventListeners() {
return commandService.execute( new GetWorkingMemoryEventListenersCommand() );
}