//Methods public override string Infix() { return($"({LeftNode.Infix()} {Notation} {RightNode.Infix()})"); }