using StrategyCake.Model; namespace StrategyCake.Strategies; public interface ICakeStrategy { List GetIngredients(); List GetMethod(); }