pub trait ConnectionIdAccessEntry { // Required method fn is_allowed(&self, client_id: &str, connection_id: &str) -> bool; }