public bool Equals(IRecord other) { return(other != null && ClientId.Equals(other.ClientId)); }
public bool Equals(IClientId other) { return(other != null && ClientId.Equals(other)); }