pub async fn get_property_use_context<Conn>(
    conn: &Conn
) -> Result<Cookie<'_, Conn, GetPropertyUseContextReply>, ConnectionError>where
    Conn: RequestConnection + ?Sized,