public async Task <IActionResult> GetAll() { return(new OkObjectResult(_mapper.Map <IEnumerable <TaxResponse> >(await _taxesService.GetAll()))); }