public async Task <bool> AnyTranslations(Guid imageReferenceId) { return((await _translationRepository.GetMachineTranslations(imageReferenceId)).Any()); }