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