public void Match()
 {
     var pathSegment = new RecursiveWildcardSegment();
     Assert.False(pathSegment.Match("Anything"));
 }