public function hasExistingLicense()
 {
     return $this->getSiteToken() !== null && $this->license !== null && $this->license->isExisting();
 }