public function setTemplateDefaultAction()
 {
     $templateId = $this->_getParam('id', null);
     try {
         $historyService = new Application_Service_HistoryService();
         $historyService->setConfiguredTemplate($templateId);
     } catch (Exception $e) {
         Logging::info($e);
         Logging::info($e->getMessage());
     }
 }