public bool IsValid() => new bool[] { !Country.None(), !State.None(), !City.None(), !StreetAddress.None(), } .And();