public function tearDown()
 {
     // If the template was persisted delete it
     if ($this->template->getId()) {
         try {
             $this->template->delete();
         } catch (Exception $e) {
         }
     }
 }
 public function tearDown()
 {
     $this->_template->delete();
 }