public bool Equals(AgentContext other) => (AgentId, CounterpartyId : CounterpartyId, AgencyId, IsMaster)
public bool Equals(AgentContext other) => (AgentId, AgencyId, IsMaster) == (other.AgentId, other.AgencyId, other.IsMaster);