public publisherAssertions get_publisherAssertions(get_publisherAssertions get_publisherAssertions1) { get_publisherAssertionsRequest inValue = new get_publisherAssertionsRequest(); inValue.get_publisherAssertions = get_publisherAssertions1; get_publisherAssertionsResponse retVal = ((Publish)(this)).get_publisherAssertions(inValue); return(retVal.publisherAssertions); }
get_publisherAssertionsResponse Publish.get_publisherAssertions(get_publisherAssertionsRequest request) { return(base.Channel.get_publisherAssertions(request)); }