namespace Goals.Runtime { public enum GoalState { Pending, InProgress, Completed, } }