public void IsValidFolderChar(char test, bool expected) { QuickIOPath.IsValidFolderChar(test).Should().Be(expected); }