namespace GameServiceWarden.ModuleAPI { public enum ServiceState { Stopped, Running, RestartPending } }