public function __construct($identifier = NULL, $moduleCode)
 {
     parent::__construct($identifier);
     $this->moduleCode = $moduleCode;
     $this->state = new \NethServer\Module\FirewallRules\RuleWorkflow();
 }