public function __construct()
 {
     $this->handler = new Handler();
     $this->price = Random::price();
     $this->run();
 }