public string GetPostFixNotation() => $"{LeftOperand.GetPostFixNotation()} {RightOperand.GetPostFixNotation()} / ";