public void MyTestInitialize()
 {
     rootWorkitem = new TestableRootWorkItem();
     workspace = new WindowWorkspaceExtended();
     rootWorkitem.Workspaces.Add(workspace);
 }
 public void MyTestCleanup()
 {
     workspace = null;
 }