public BoatManagement.ServiceBoatLostInfor.BoatLostInfor[] AllBoatLoatInfor()
 {
     BoatManagement.ServiceBoatLostInfor.AllBoatLoatInforRequest inValue = new BoatManagement.ServiceBoatLostInfor.AllBoatLoatInforRequest();
     inValue.Body = new BoatManagement.ServiceBoatLostInfor.AllBoatLoatInforRequestBody();
     BoatManagement.ServiceBoatLostInfor.AllBoatLoatInforResponse retVal = ((BoatManagement.ServiceBoatLostInfor.BoatLostInfor1Soap)(this)).AllBoatLoatInfor(inValue);
     return(retVal.Body.AllBoatLoatInforResult);
 }
 public System.Threading.Tasks.Task <BoatManagement.ServiceBoatLostInfor.AllBoatLoatInforResponse> AllBoatLoatInforAsync()
 {
     BoatManagement.ServiceBoatLostInfor.AllBoatLoatInforRequest inValue = new BoatManagement.ServiceBoatLostInfor.AllBoatLoatInforRequest();
     inValue.Body = new BoatManagement.ServiceBoatLostInfor.AllBoatLoatInforRequestBody();
     return(((BoatManagement.ServiceBoatLostInfor.BoatLostInfor1Soap)(this)).AllBoatLoatInforAsync(inValue));
 }
 System.Threading.Tasks.Task <BoatManagement.ServiceBoatLostInfor.AllBoatLoatInforResponse> BoatManagement.ServiceBoatLostInfor.BoatLostInfor1Soap.AllBoatLoatInforAsync(BoatManagement.ServiceBoatLostInfor.AllBoatLoatInforRequest request)
 {
     return(base.Channel.AllBoatLoatInforAsync(request));
 }
 BoatManagement.ServiceBoatLostInfor.AllBoatLoatInforResponse BoatManagement.ServiceBoatLostInfor.BoatLostInfor1Soap.AllBoatLoatInfor(BoatManagement.ServiceBoatLostInfor.AllBoatLoatInforRequest request)
 {
     return(base.Channel.AllBoatLoatInfor(request));
 }