public TPSHostRawUI(TestRemotePowerShellConnectivity.TPSHost owner, TestRemotePowerShellConnectivity.TPSHostUI ownerUI)
 {
 }
 public TPSHostUI(TestRemotePowerShellConnectivity.TPSHost owner) : base(owner)
 {
     this.owner = owner;
 }