public DependencyPropertySelector(IDependencyProperty property)
     : base(property.GetHashCode())
 {
     Property = property;
 }