public void deselectByIndex(string arg0, string arg1, string arg2, int arg3)
 {
     Sirius.CSharp.Client.Web.Select.deselectByIndexRequest inValue = new Sirius.CSharp.Client.Web.Select.deselectByIndexRequest();
     inValue.arg0 = arg0;
     inValue.arg1 = arg1;
     inValue.arg2 = arg2;
     inValue.arg3 = arg3;
     Sirius.CSharp.Client.Web.Select.deselectByIndexResponse retVal = ((Sirius.CSharp.Client.Web.Select.WebSelect)(this)).deselectByIndex(inValue);
 }
 Sirius.CSharp.Client.Web.Select.deselectByIndexResponse Sirius.CSharp.Client.Web.Select.WebSelect.deselectByIndex(Sirius.CSharp.Client.Web.Select.deselectByIndexRequest request)
 {
     return(base.Channel.deselectByIndex(request));
 }