static Country parse(String country) { if (country == worldWide.countryCode) { return worldWide; } else { return CountryParser.parse(country); } }