Inheritance: IDisposable
 public static void MyClassInitialize(TestContext testContext)
 {
     ExplorerTargetTests.explorerHost = new ExplorerHost();
 }
 public static void MyClassInitialize()
 {
     ExplorerTargetTests.explorerHost = new ExplorerHost();
 }