public void Play(IBoard board, string gridRef, IPieceType piece) { board.AcceptPlay(gridRef, piece); }