public System.Threading.Tasks.Task<TrashInspectionServiceReference.WeighingFromMicroting2_Result> WeighingFromMicroting2Async(string _WeighingNo, bool _Approved)
 {
     TrashInspectionServiceReference.WeighingFromMicroting2 inValue = new TrashInspectionServiceReference.WeighingFromMicroting2();
     inValue._WeighingNo = _WeighingNo;
     inValue._Approved = _Approved;
     return ((TrashInspectionServiceReference.MicrotingWS_Port)(this)).WeighingFromMicroting2Async(inValue);
 }
 System.Threading.Tasks.Task<TrashInspectionServiceReference.WeighingFromMicroting2_Result> TrashInspectionServiceReference.MicrotingWS_Port.WeighingFromMicroting2Async(TrashInspectionServiceReference.WeighingFromMicroting2 request)
 {
     return base.Channel.WeighingFromMicroting2Async(request);
 }