public function save()
 {
     $this->container->get('module_security_manager')->saveSecurityYaml($this->module, $this->getCache('securityYaml'));
     parent::save();
 }