public function GetInspector()
 {
     $databaseInfo = new DatabaseInfo($this->Type->Id, $this->HostName, $this->Port == null ? "" : $this->Port, $this->UserName, $this->Password);
     return $databaseInfo->GetInspector();
 }