public async Task <IActionResult> GetAsync()
 {
     return(Ok(await auctionsService.ListAsync()));
 }