public static async Task <HunspellDictionary> FromFileAsync(string dictionaryFilePath, string affixFilePath) =>
 new HunspellDictionary(await WordListReader.ReadFileAsync(dictionaryFilePath, affixFilePath).ConfigureAwait(false));