public void TestDecompression()
 {
     TdmDataDocument.DecompressTddFileIntoXml(tddPath);
     Assert.IsTrue(File.Exists(tddPath.Replace(".tdd", ".xml")));
     File.Delete(tddPath.Replace(".tdd", ".xml"));
 }