public async Task <TaxRatesServiceResponse> GetTaxRates(string zip)
 {
     return(await _taxRatesService.GetTaxRates(zip).ConfigureAwait(false));
 }