public void IsLocalUnc(string test, bool expected) { QuickIOPath.IsLocalUnc(test).Should().Be(expected); }