public static void RegisterProperty(Object target, string propertyPath) => DrivenPropertyManagerBridge.RegisterProperty(instance, target, propertyPath);
 public static void UnregisterProperties() => DrivenPropertyManagerBridge.UnregisterProperties(instance);