public IActionResult AddAccount(TaxRate account) { return(Ok(_taxRateService.AddAccount(account))); }