using System; namespace skyspot.users { public enum RegistrationType { SELFSERVICE, OPERATOR, MANAGED } }