public function output()
 {
     $propertyType = $this->trackedScript !== null ? $this->trackedScript->getScriptType()->output() : $this->propertyType->output();
     return [$propertyType . ' Property ' . $this->propertyName . ' Auto'];
 }