public static Move DoPlay(HeldCard c) { return new Move{ Play = c }; }
public static Move DoDiscard(HeldCard c) { return new Move { Discard = c }; }