public System.Threading.Tasks.Task <ServiceReference.IndexAsyncResponse> IndexAsyncAsync(System.Nullable <int> id, System.Nullable <int> districtId)
 {
     ServiceReference.IndexAsyncRequest inValue = new ServiceReference.IndexAsyncRequest();
     inValue.Body            = new ServiceReference.IndexAsyncRequestBody();
     inValue.Body.id         = id;
     inValue.Body.districtId = districtId;
     return(((ServiceReference.WebServiceSoap)(this)).IndexAsyncAsync(inValue));
 }
 System.Threading.Tasks.Task <ServiceReference.IndexAsyncResponse> ServiceReference.WebServiceSoap.IndexAsyncAsync(ServiceReference.IndexAsyncRequest request)
 {
     return(base.Channel.IndexAsyncAsync(request));
 }