public void GivenPlayer1PlaysStone()
 {
     player1.Play(PlayType.Stone);
     player1.Confirm();
 }