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