namespace WingsAPI.Communication.Services { public enum ServiceHealthStatus { OFFLINE, ONLINE, MAINTENANCE } }