public IChessPiece GetFieldPiece(Position pos) { throw new NotImplementedException(); }
public List<IChessPiece> GetFieldAttackers(Position pos) { throw new NotImplementedException(); }