pub type SharedSesState = Arc<RwLock<MultiAccountState<SesState>>>;
pub struct SharedSesState { /* private fields */ }