protected bool Equals(EasyPostAddress other)
 {
     return(Equals(Address, other.Address) && string.Equals(Message, other.Message, StringComparison.OrdinalIgnoreCase));
 }
 protected bool Equals(EasyPostAddress other)
 {
     return Equals(Address, other.Address) && string.Equals(Message, other.Message, StringComparison.OrdinalIgnoreCase);
 }