namespace Domains.VisaApplicationDomain { /// Category of visa public enum VisaCategory { Transit, ShortDated } }