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