public BookingController(IServiceHotel hotelClient)
 {
     _hotelClient = hotelClient;
 }
 public HotelChainController(IServiceHotel hotelClient)
 {
     _hotelClient = hotelClient;
 }