namespace PRSServer { public enum ServerType { Database, GPS, Schedule, AutoDiscovery, Web, Certificate, Other = -1 } }