public async Task <IActionResult> GetListaMarcas() { var marcas = await veiculoService.GetMarcasAsync(); return(StatusCode(200, marcas)); }