pub type AsyncStorageSync = Arc<Mutex<Box<dyn AsyncStorage>>>;
pub struct AsyncStorageSync { /* private fields */ }