using System.Collections.Generic; namespace Model { public class FavGroup { private IEnumerable dice; public string Name { get; private set; } } }