pub fn into_async_storage_sync<T>(storage: T) -> AsyncStorageSync where
    T: AsyncStorage + 'static,