public pubPingResponse pubPing(pubPingRequest pubPingRequest)
    {
        pubPingRequest1 inValue = new pubPingRequest1();

        inValue.pubPingRequest = pubPingRequest;
        pubPingResponse1 retVal = ((providerInterfacePing)(this)).pubPing(inValue);

        return(retVal.pubPingResponse);
    }
 public pubPingRequest1(pubPingRequest pubPingRequest)
 {
     this.pubPingRequest = pubPingRequest;
 }