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