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