public static Task <bool> UpdateBooking(Booking booking) { return(firestore.UpdateBooking(booking)); }