public bool Win(IMove move) { return(Beats() == move.MoveKind()); }
public override string ToString() { return($"player {Name} with move {Move.MoveKind()}"); }