public System.Threading.Tasks.Task <RSI_Hotel_Booking.UserRatingService.addUserRatingResponse> addUserRatingAsync(RSI_Hotel_Booking.UserRatingService.userRatingDto arg0, long arg1, long arg2)
 {
     RSI_Hotel_Booking.UserRatingService.addUserRatingRequest inValue = new RSI_Hotel_Booking.UserRatingService.addUserRatingRequest();
     inValue.arg0 = arg0;
     inValue.arg1 = arg1;
     inValue.arg2 = arg2;
     return(((RSI_Hotel_Booking.UserRatingService.UserRatingWebService)(this)).addUserRatingAsync(inValue));
 }
 public void addUserRating(RSI_Hotel_Booking.UserRatingService.userRatingDto arg0, long arg1, long arg2)
 {
     RSI_Hotel_Booking.UserRatingService.addUserRatingRequest inValue = new RSI_Hotel_Booking.UserRatingService.addUserRatingRequest();
     inValue.arg0 = arg0;
     inValue.arg1 = arg1;
     inValue.arg2 = arg2;
     RSI_Hotel_Booking.UserRatingService.addUserRatingResponse retVal = ((RSI_Hotel_Booking.UserRatingService.UserRatingWebService)(this)).addUserRating(inValue);
 }
 System.Threading.Tasks.Task <RSI_Hotel_Booking.UserRatingService.addUserRatingResponse> RSI_Hotel_Booking.UserRatingService.UserRatingWebService.addUserRatingAsync(RSI_Hotel_Booking.UserRatingService.addUserRatingRequest request)
 {
     return(base.Channel.addUserRatingAsync(request));
 }
 RSI_Hotel_Booking.UserRatingService.addUserRatingResponse RSI_Hotel_Booking.UserRatingService.UserRatingWebService.addUserRating(RSI_Hotel_Booking.UserRatingService.addUserRatingRequest request)
 {
     return(base.Channel.addUserRating(request));
 }