public Task <IActionResult> GetAgentRelationship(int agentRelationshipId) => RequestHandler.HandleQuery(() => _queryRepo.GetAgentRelationship(agentRelationshipId), _log);