public void MyTestFixtureTearDown()
 {
     inst = null;
 }
 public void MyClassInitialize()
 {
     inst = new TestableObjectInstantiator();
 }