/// <summary> /// Creates a choice allowing for "if-else" type logic /// </summary> /// <returns></returns> public ChoiceBuilder <TBody> Choice() { return(ChoiceBuilder <TBody> .Choice(this.CreatedFlow, this)); }