pub type SharedUserStore = Arc<RwLock<UserStore>>;
pub struct SharedUserStore { /* private fields */ }