public void GetPropertyUseProjectFileName(string projectFilePath, string baseIntermediateOutputPath, string expected)
        {
            string outputPath = ProjectFileService.GetProjectProperty(XFS.Path(projectFilePath), XFS.Path(baseIntermediateOutputPath));

            Assert.Equal(XFS.Path(expected), outputPath);
        }