namespace BirdsiteLive.ActivityPub { public class UserAttachment { public string type { get; set; } public string name { get; set; } public string value { get; set; } } }