public System.Threading.Tasks.Task <ServiceReference.SIndexResponse> SIndexAsync()
 {
     ServiceReference.SIndexRequest inValue = new ServiceReference.SIndexRequest();
     inValue.Body = new ServiceReference.SIndexRequestBody();
     return(((ServiceReference.WebServiceSoap)(this)).SIndexAsync(inValue));
 }
 System.Threading.Tasks.Task <ServiceReference.SIndexResponse> ServiceReference.WebServiceSoap.SIndexAsync(ServiceReference.SIndexRequest request)
 {
     return(base.Channel.SIndexAsync(request));
 }