pub async fn update_boosted_rooms(
    state: &mut AppliedBoosts,
    config: &BoostActiveRoomsConfig,
    active_devices: Vec<Device>,
    wiser: &dyn WiserManager
) -> Result<(), Box<dyn Error>>