export function getFullId(userId: string, clientId: string) { return `${userId}:${clientId}`; }