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