public SearchResult GetMatchAt(int offset)
 {
     return(searchEngine.GetMatchAt(offset));
 }