String? getBody(String key) { if (_httpCacheBody == null) { throw Exception("_httpCacheBody is not initialized"); } return _httpCacheBody?.get(key); }