/// <summary>
 /// Returns an ASCII representation of the current board.
 /// </summary>
 /// <returns></returns>
 public string GetASCII()
 {
     return(ChessEngine.Ascii());
 }