pub type SharedHistoryStore = Arc<Mutex<Option<HistoryStore>>>;
pub struct SharedHistoryStore { /* private fields */ }