Inheritance: System.Management.Automation.Host.PSHostUserInterface
 public HttpPowerShellHost()
 {
     this._ui = new HttpPowerShellHostUserInterface();
     this._instanceId = Guid.NewGuid();
 }
 public HttpPowerShellHost()
 {
     this._ui         = new HttpPowerShellHostUserInterface();
     this._instanceId = Guid.NewGuid();
 }