protected bool Equals(BrokerAndFetcherId other) { return Equals(this.Broker, other.Broker) && this.FetcherId == other.FetcherId; }
protected bool Equals(BrokerAndFetcherId other) { return(Equals(this.Broker, other.Broker) && this.FetcherId == other.FetcherId); }