/**
  * @param \yii\debug\Module $module
  * @param array $config
  */
 public function __construct($module, $config = [])
 {
     parent::__construct($config);
     $this->module = $module;
     $this->tag = uniqid();
 }