public async Task <List <WordTranslationImportModel> > GetBySearchValue(string searchValue, int startOfInterval, int endOfInterval, int originalLangId, int translationLangId)
 {
     return(await wordTranslationService.GetWordsWithSearchValueAsync(searchValue, startOfInterval, endOfInterval, originalLangId, translationLangId));
 }