public StartBotCommand(IMinesweeperBotFactory botFactory)
 {
     _botFactory = botFactory;
 }