9293949596979899100101
} String code = translationMap.get(Integer.valueOf(value)); if (StringUtils.isEmpty(code)) { throw new InvalidCountryCodeException(); } return Country.readByTwoLetterCode(code); }