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