pub async fn get_string<Conn>(
    conn: &Conn,
    context_tag: ContextTag,
    name: u32
) -> Result<Cookie<'_, Conn, GetStringReply>, ConnectionError>where
    Conn: RequestConnection + ?Sized,