pub fn storage_get<A, T>(key: ManagedRef<'_, A, StorageKey<A>>) -> T where
    T: TopDecode,
    A: StorageReadApi + ManagedTypeApi + ErrorApi