using System.Collections.Generic; namespace Model.Dice { public class DieManager { private readonly IEnumerable dice = new List(); } }