public void GetValidPhysicalName(string input, string expect)
 {
     Assert.AreEqual(expect, UoeDatabaseLocation.GetValidPhysicalName(input));
 }