public bool TestRules(IRule rule, int pos) { return rule.IsCorrect((new Dish("night", "steak", 1, "entree", false)), pos); }