Future<void> saveResponseData(Map data, String actionId) async { final path = cacheManager.actionResponseFilePath(this, actionId); await saveJsonFromPath(path, data); }