public void IsValid_should_return_the_correct_result(string name, bool valid)
 {
     CollectionNamespace.IsValid(name).Should().Be(valid);
 }