I've got my own popup UI and I'm trying to adjust to the deprecations within the Popups namespace. I'm used to calling FetchAttachmentsAsync() on a PopupAttachmentManager instance, but with that class now being deprecated, it's not clear how to accomplish the equivalent. All deprecations in this part of the SDK indicate that you should use the Popup class for viewing and FeatureForm for editing. My needs are strictly view only but I'm not seeing where attachments get loaded... appreciate any pointers.