public void BeginsWithDirectorySeparator(string value, bool expected) { Paths.BeginsWithDirectorySeparator(value).Should().Be(expected); }