public void SpellProvideSuggessions() { var result = new SpellChecker().CheckSpellings("کام ثکی بات"); result.ShouldNotBeEmpty(); result.First().Suggestion.ShouldNotBeEmpty(); }