Пример #1
0
 public GovInfoClient(SecretHelper secretHelper)
 {
     _ApiKey     = secretHelper.GetSecrets().GovInfoApiKey;
     _HttpClient = new HttpClient();
 }