public static void StoreChangedChildProperties(object instance, List <string> propertyPaths)
 {
     ChildPropertyChangesAccumulator.AddProperties(instance, propertyPaths);
 }
 public static void StoreChangedChildProperty(object instance, string propertyPath)
 {
     ChildPropertyChangesAccumulator.AddProperty(instance, propertyPath);
 }