pub type AsyncLockedStore<'a> = Arc<RwLock<&'a mut (dyn IStore + Send + Sync)>>;
pub struct AsyncLockedStore<'a> { /* private fields */ }