public void ContentReaderExtensions_ShortenRelativePath(string input, string expectedoutput)
 {
     Assert.True(ContentReaderExtensions.ShortenRelativePath(input) == expectedoutput);
 }