Future<Map?> requestData(Action action) async { final path = cacheManager.actionRequestFilePath(this, action.id); return jsonFromPath(path).then((value) => value as Map); }