public byte[] echoBinary(byte[] data)
 {
     MtomClient.localhost.echoBinaryRequest inValue = new MtomClient.localhost.echoBinaryRequest();
     inValue.data = data;
     MtomClient.localhost.echoBinaryResponse retVal = ((MtomClient.localhost.MtomService)(this)).echoBinary(inValue);
     return(retVal.@return);
 }
 MtomClient.localhost.echoBinaryResponse MtomClient.localhost.MtomService.echoBinary(MtomClient.localhost.echoBinaryRequest request)
 {
     return(base.Channel.echoBinary(request));
 }