pub type DynSessionStore = Arc<dyn SessionStore>;
pub struct DynSessionStore { /* private fields */ }