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