public void CreateInstanceOnAppDomain(DynamicType type, Version version = null)
 {
     obj = type.Instantiate(version);
 }