public static IPropertyState <T> Create <T>(PropertyName propertyName, T defaultValue) { return(c_manager.Create(propertyName, defaultValue)); }