public CardCollect Run() { var cc = s1.Run(); s2.Run(cc); return(s3.Run(cc)); }
public CardCollect Deal() { return(s3.Run(cc_)); }