public SellerProfile SellerProfileSearchRequest(SellerProfileRequest SellerProfileSearchRequest)
 {
     object[] results = this.Invoke("SellerProfileSearchRequest", new object[] {
         SellerProfileSearchRequest});
     return ((SellerProfile)(results[0]));
 }
 public System.IAsyncResult BeginSellerProfileSearchRequest(SellerProfileRequest SellerProfileSearchRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("SellerProfileSearchRequest", new object[] {
         SellerProfileSearchRequest}, callback, asyncState);
 }