createBookingInClusterLiveData

abstract fun createBookingInClusterLiveData(unitOrClusterId: String, startsAt: Long): LiveData<SimpleResponse<Booking>?>

After logout LiveData.getValue is set to null. You need to re-observe this LiveData once the user is logged out!