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