public async Task <IEnumerable <TranslationDTO> > GetAllTranslationsInStringWithLocaleById(Guid idString) { return(await translationRepository.GetAllTranslationsInStringWithLocaleByID(idString)); }