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