public ReservationServiceShim(ISynchronousReservationService synchronousReservationService)
 {
     if (synchronousReservationService == null)
     {
         throw new ArgumentNullException("synchronousReservationService");
     }
     this.synchronousReservationService = synchronousReservationService;
 }
 public ReservationServiceShim(ISynchronousReservationService synchronousReservationService)
 {
     if (synchronousReservationService == null)
     {
         throw new ArgumentNullException("synchronousReservationService");
     }
     this.synchronousReservationService = synchronousReservationService;
 }