pub async fn serve_graphical_presenter(
    request_stream: GraphicalPresenterRequestStream,
    kernel: &Kernel
) -> Result<(), Error>