return _.get(_.filter(countries, _country => {
        return _country.alpha2Code.toLowerCase() === countryCode.toLowerCase()
    })[0], 'alpha3Code', null);