namespace OpenSEMI.ClientBase { public enum ServiceState { Normal, Shutdown, Fault, Disconnect } }