public GovInfoClient(SecretHelper secretHelper) { _ApiKey = secretHelper.GetSecrets().GovInfoApiKey; _HttpClient = new HttpClient(); }