public byte[] getBookingConfirmation(long arg0)
 {
     RSI_Hotel_Booking.RaportService.getBookingConfirmationRequest inValue = new RSI_Hotel_Booking.RaportService.getBookingConfirmationRequest();
     inValue.arg0 = arg0;
     RSI_Hotel_Booking.RaportService.getBookingConfirmationResponse retVal = ((RSI_Hotel_Booking.RaportService.BookingReportWebService)(this)).getBookingConfirmation(inValue);
     return(retVal.@return);
 }
 public System.Threading.Tasks.Task <RSI_Hotel_Booking.RaportService.getBookingConfirmationResponse> getBookingConfirmationAsync(long arg0)
 {
     RSI_Hotel_Booking.RaportService.getBookingConfirmationRequest inValue = new RSI_Hotel_Booking.RaportService.getBookingConfirmationRequest();
     inValue.arg0 = arg0;
     return(((RSI_Hotel_Booking.RaportService.BookingReportWebService)(this)).getBookingConfirmationAsync(inValue));
 }
 System.Threading.Tasks.Task <RSI_Hotel_Booking.RaportService.getBookingConfirmationResponse> RSI_Hotel_Booking.RaportService.BookingReportWebService.getBookingConfirmationAsync(RSI_Hotel_Booking.RaportService.getBookingConfirmationRequest request)
 {
     return(base.Channel.getBookingConfirmationAsync(request));
 }
 RSI_Hotel_Booking.RaportService.getBookingConfirmationResponse RSI_Hotel_Booking.RaportService.BookingReportWebService.getBookingConfirmation(RSI_Hotel_Booking.RaportService.getBookingConfirmationRequest request)
 {
     return(base.Channel.getBookingConfirmation(request));
 }