public static string Name(this UnaryOperator @operator)
 {
     return(@operator.Handler().name);
 }
 public static string Verb(this UnaryOperator @operator)
 {
     return(@operator.Handler().verb);
 }
 public static string Symbol(this UnaryOperator @operator)
 {
     return(@operator.Handler().symbol);
 }