public Gather Play(Play play) { this.Append(play); return(this); }
public Prompt Play(Play play) { this.Append(play); return(this); }