public override int GetHashCode()
 {
     return(_implementationPropertyInfo.GetHashCode() ^ _declarationPropertyInfo.GetHashCode());
 }