namespace DDD { public class IngredientEntry { public string IngredientId; public int Amount; } }