func (c CountryCode) Alpha2() string { //nolint:gocyclo
    switch c {
    case 8:
        return "AL"
    case 12: