namespace FiveLetters.Model { public enum EResultLetterType { None, FullMatch, PartialMatch } }