public int AssignmentCount(Recipe recipe) =>
 Assignments.Count(pair => pair.Value == recipe);