public ConversationStatementNode WithElse(LinkedStatement ls) { ELSE = ls; return(this); }
public ConversationStatementNode WithIf(LinkedStatement ls) { IF = ls; return(this); }