public async Task <ActionResult <IEnumerable <BidRequestDto> > > Get() { return(await _bidService.GetAllAsync()); }