if (newValue !== oldValue)
                        {
                            // Call apply
                            if (propertyApply) {
                                context[propertyApply](newValue, oldValue, config.name);