if (agent && '_id' in agent) {
        await store.setState({ agent });
        parentCall('callback', 'assign-agent', normalizeAgent(agent));
    }