public class FoodItem { public string Name { get; set; } public int Energy { get; set; } }