private function make_instance()
 {
     $sut = new SmartyAdapter($this->smarty->reveal());
     return $sut;
 }