pub async fn create_component_from_stream(
    request_stream: ComponentRunnerRequestStream
) -> Result<(Container, ContainerServiceConfig), Error>