pub async fn watch_controller_parameters<H, S, A>(
    harness: H
) -> Result<(), Error>
where H: ExpectableState<State = S> + ExpectableExt<S, A>, S: AsMut<EmulatorState> + 'static, A: AsRef<HciEmulatorProxy>,