pub type SessionStore = Arc<RwLock<HashMap<SessionId, Session>>>;
pub struct SessionStore { /* private fields */ }