public object Clone() { return(new StickResult { Winner = (PlayerInfo)Winner?.Clone(), StickPile = StickPile?.Select(c => (Card)c?.Clone()).ToList() }); }