pub(crate) async fn use_counter(
    counter: SharedChannel<LinearToShared<ExternalChoice<CounterCommand>>>,
    count: u64
) -> u64