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