namespace AIMA.Agent.Action { public interface IAction { bool IsNoOperation(); } }