public int FindPhrase(string phraseText, bool caseSensitive) { return(GrammarApi.sol_FindPhrase(_engine, phraseText, caseSensitive ? 1 : 0)); }