using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Models { public class DicePreset { public string ID { get; set; } public string Notation { get; set; } } }