public function __construct(Lot $lot)
 {
     $this->startTime = time();
     $this->lot = $lot;
     $this->price = $lot->getPrice();
 }