pub async fn reply_session<T: Reply>(
    reply: T,
    session: SessionInstance
) -> Result<WithSession<T>, Rejection>