protected internal override XmlFormulaTree ToXmlObject2() { return(ToXml( firstChild: FirstChild == null ? null : FirstChild.ToXmlObject2(), secondChild: SecondChild == null ? null : SecondChild.ToXmlObject2())); }