public void AddPattern(IPatternMatcher matcher, bool caseSensitive, bool needSeparators, object[] tags)
        {
            matcher.Require("matcher")
                .NotNull();

            AddPattern(null, matcher, caseSensitive, needSeparators, tags);
        }