public function markResolved()
 {
     parent::markResolved();
     Env::getStandardOutput()->addEventListener('standard-output', [$this, 'handleStandardOutput']);
 }