pub async fn run_session_with_result<T>(
    session: PartialSession<(), SendValue<T, End>>
) -> T where
    T: 'static + Send