{
betTurnStartedCommandReceived(new BetTurnStartedCommand(token));
}
else if (commandName.equals(GameEndedCommand.COMMAND_NAME))
{
gameEndedCommandReceived(new GameEndedCommand(token));
}
else if (commandName.equals(GameStartedCommand.COMMAND_NAME))
{
gameStartedCommandReceived(new GameStartedCommand(token));
}