namespace Server; public class GrabItem { public string category { get; set; } public string value { get; set; } }