public <T extends SessionClock> T getSessionClock() {
return (T) this.commandService.execute( new GetSessionClockCommand() );
}
public SessionEntryPoint getEntryPoint(String name) {
return this.commandService.execute( new GetEntryPointCommand( name ) );
}