function fetchBookingAsync (subjects) {
  const {booking} = api.assertSubjects({booking: subjects.booking})
  return booking.toRest()
}