public void SetUp()
 {
     repository = TestDataUtil.CreateFileRepository();
     current = new Project(projectName);
     current.AddFile(TestDataUtil.TestConfigFile);
     current.AddFile(TestDataUtil.TestDllFile);
     current.AddFile(TestDataUtil.TestMappingFile);
     repository.SaveProject(current);
 }