pub(crate) async fn run_echo_service(
    stream: EchoRequestStream,
    responders: Arc<Mutex<Vec<(EchoEchoStringResponder, Option<String>)>>>
)