public System.Threading.Tasks.Task <CarServiceClient.CarRentalService.Booking[]> GetBookingsByRelationAsync(CarServiceClient.CarRentalService.BaseEntity entity)
 {
     return(base.Channel.GetBookingsByRelationAsync(entity));
 }
 public CarServiceClient.CarRentalService.Booking[] GetBookingsByRelation(CarServiceClient.CarRentalService.BaseEntity entity)
 {
     return(base.Channel.GetBookingsByRelation(entity));
 }