private static FieldInfo GetFieldInfo(CardName value) { return(value.GetType().GetField(value.ToString())); }