public Address[] EchoAddressArray(Address[] input)
 {
     return input;
 }
 public Address EchoAddress(Address input)
 {
     return input;
 }