public async Task <ServiceResult <string> > GetMaxPrice(int id) { return(await _bidService.GetMaxPrice(id)); }