System.Threading.Tasks.Task<TrashInspectionServiceReference.WeighingToMicroting_Result> TrashInspectionServiceReference.MicrotingWS_Port.WeighingToMicrotingAsync(TrashInspectionServiceReference.WeighingToMicroting request)
 {
     return base.Channel.WeighingToMicrotingAsync(request);
 }
 public System.Threading.Tasks.Task<TrashInspectionServiceReference.WeighingToMicroting_Result> WeighingToMicrotingAsync(string _WeighingNo)
 {
     TrashInspectionServiceReference.WeighingToMicroting inValue = new TrashInspectionServiceReference.WeighingToMicroting();
     inValue._WeighingNo = _WeighingNo;
     return ((TrashInspectionServiceReference.MicrotingWS_Port)(this)).WeighingToMicrotingAsync(inValue);
 }