Future<void> injectCacheDataV2(Map cache, String address) async { await service.injectCacheDataV2(cache, address); }