pub(crate) async fn start_runner(
    request_stream: ComponentRunnerRequestStream,
    runner_url: &str
) -> Result<(), Error>