public async Task <IHttpActionResult> ConsultaNota() { await _notaFiscalService.ConsultaNotaFiscalCompra(); return(ApiOk()); }