using System.Collections.Immutable; namespace CodeLiturgy.Views { public enum ViewType { System, Data, Account, Root, Undefined } }