namespace TightWiki.Engine { public class WikiOrderedMatch { public string Value { get; set; } = string.Empty; public int Index { get; set; } } }