public async Task <bool> CheckIfExistOrderByUserAsync(string userId) { return(await _pedidoService.CheckIfExistOrderByUserAsync(userId)); }