pub(crate) async fn run_echo_server(
    stream: EchoRequestStream,
    prefix: String,
    reverse: bool
) -> Result<(), Error>