public async Task <decimal> Get(Order order)
 {
     return(await _taxRateService.GetNCTaxRateByCity(order));
 }