public static Msg Symbol <T>(this ILanguageRuntime @this) where T : new()
 {
     return(@this.Symbol(new T()));
 }