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