public override bool IsMatch(ref PathReader pathReader) { if (!pathReader.IsEndOfPath) { pathReader.ConsumeToEnd(); return(true); } return(false); }