internal static PostfixInterpreter Accessor()
 {
     return _postfixInterpreter ?? (_postfixInterpreter = new PostfixInterpreter());
 }
 internal static PostfixInterpreter Accessor()
 {
     return(_postfixInterpreter ?? (_postfixInterpreter = new PostfixInterpreter()));
 }