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