public void UnknownProperty()
 {
     Assert.IsNull(project.GetValue("UnknownMSBuildProperty"));
 }