private function run()
 {
     $this->type->validate();
     $this->initPayment();
     $this->initTerm();
     $this->type->validateSign($this->term->secret);
     $this->type->validateTermEnabled($this->term->mode);
     $this->initCity();
     $this->initFee();
     $this->payment->doProcess();
 }