public void ThenTheMatchIsDrawed()
 {
     boardIsFull = _game.CheckBoardIsFull();
     Assert.IsTrue(boardIsFull);
 }