protected bool Equals(ServiceRegistryProvenance other)
 {
     return Equals(_registry, other._registry);
 }
 protected bool Equals(ServiceRegistryProvenance other)
 {
     return(Equals(_registry, other._registry));
 }