public Prompt Say(Say say) { this.Append(say); return(this); }
public Gather Say(Say say) { this.Append(say); return(this); }