namespace CMSGame { public class BattleContext : IGoalContext { public IList ListActions() { throw new NotImplementedException(); } } }