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