public static bool IsProxy(string typeName) => Framework_PM.IsProxy(typeName);
 public static bool IsProxy(Type type) => Framework_PM.IsProxy(type);