main
Territory.contains
func (t Territory) contains(address Address) bool { if t.Country != "" && address.Country != t.Country { return false }