/**
  * @before loginAgency
  */
 public function createModerateCheckCommercialSalePlain(\Step\Vpn\Advert $I, \Step\Vpn\AdminAdvert $admin, \Step\Vpn\UserAdvertsList $list)
 {
     $I->fillInStandardCommercialType();
     $I->fillInCommercialAddress();
     $I->fillInCommercialObjPropertiesPlain();
     $I->checkCommercialObjectPropertiesPlain();
     $I->agreeObjectProperties();
     $I->fillInCommercialAdvertPropertiesPlain();
     $I->clickIamOwnerLink();
     $I->clickCreateAdvertButton();
     $I->acceptModal();
     $this->moderateAdv($admin);
     $this->open1stAdvert($list);
     $I->checkCommercialPropertiesPlain();
 }