public void MyTestCleanup()
 {
     _factory = null;
 }
 public void MyTestInitialize()
 {
     _factory = new SqlConverterFactory();
 }