// Start Bot
SmartClientContext clientContext = new SmartClientContext(server.login(
"Bot " + botIndex++, "test"));
final SmartLobbyContext lobbyContext = clientContext
.getLobbyContext(new DefaultLobbyListener());
final PlayerId botId = clientContext.getAccountContext().getPlayerID();
final SingleThreadRequestExecutor executor = SingleThreadRequestExecutor
.getInstance();
bot = botFactory.createBot(botId, tableId, lobbyContext, buyin,
executor,new DefaultBotListener() {
@Override