/// <summary>
 /// Gets a string describing the position in the Forsyth–Edwards Notation (FEN).
 /// </summary>
 /// <returns></returns>
 public string GetFEN()
 {
     return(ChessEngine.GetFEN());
 }