public static DataPropertySet ToDataPropertyCollection(this object instance)
 {
     return(DataPropertySet.FromInstance(instance));
 }