/**
  * @since 4.8.1
  */
 protected function _construct()
 {
     if (!$this->hasName()) {
         $this->setName('default');
     }
     parent::_construct();
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setIsKeepRecords(true);
 }