booking = $booking; $this->config = $config; } public function getBooking(): Booking { return $this->booking; } public function getConfig(): AppointmentConfig { return $this->config; } }