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