protected bool Equals(FetchResponse other) { return this.CorrelationId == other.CorrelationId && Equals(this.Data, other.Data); }
protected bool Equals(FetchResponse other) { return(this.CorrelationId == other.CorrelationId && Equals(this.Data, other.Data)); }