public void GameShouldBeAbleToForceMovesForInactivePlayers()
 {
     Game target = new Game(new HumanPlayer('X'), new HumanPlayer('O'));
     target.ForceMove();
 }