internal Suggestion(SpellCheckResult suggestion, string prefix)
     : this(suggestion.Query, suggestion.StartOffset, suggestion.EndOffset, suggestion.Suggestions.ToArray(), prefix)
 {
 }
 internal Suggestion(SpellCheckResult suggestion)
     : this(suggestion.Query, suggestion.StartOffset, suggestion.EndOffset, suggestion.Suggestions.ToArray(), "")
 {
 }