public System.Threading.Tasks.Task <WpfApplication1.ServiceReference1.hotelsummary[]> GetHotelsAsync(WpfApplication1.ServiceReference1.HotelSearchRequest Req)
 {
     return(base.Channel.GetHotelsAsync(Req));
 }
 public WpfApplication1.ServiceReference1.hotelsummary[] GetHotels(WpfApplication1.ServiceReference1.HotelSearchRequest Req)
 {
     return(base.Channel.GetHotels(Req));
 }