pub type UserId = PubKey;
User ID: user account for broker and member of a repo
enum UserId { Ed25519PubKey([u8; 32]), X25519PubKey([u8; 32]), }