public Gather Pause(Pause pause) { this.Append(pause); return(this); }
public Prompt Pause(Pause pause) { this.Append(pause); return(this); }