public EmbeddedDatabaseRule(TestDirectory testDirectory)
 {
     this._testDirectory = testDirectory;
 }
 public EmbeddedDatabaseRule()
 {
     this._testDirectory = TestDirectory.TestDirectoryConflict();
 }