public Attachment GetAttachment(string key) { return(AsyncHelpers.RunSync(() => asyncServerClient.GetAttachmentAsync(key))); }