public async Task <WordTranslationFullModel> GetFullWord(string word, int originalLangId, int translationLangId)
 {
     return(await wordTranslationService.GetWordFullInformationAsync(word, originalLangId, translationLangId));
 }