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