public object ConvertToObject(Type type)
 {
     return(ChoObjectEx.ConvertToObject(this, type));
 }
 public object ConvertToObject <T>()
     where T : class, new()
 {
     return(ChoObjectEx.ConvertToObject <T>(this));
 }