namespace WingsEmu.Health { public enum ServiceStatusType { OFFLINE, ONLINE, UNDER_MAINTENANCE } }