namespace DanieleMarotta.RiversongCodeShowcase { public interface IIntentLogicExecutor { ref IntentQueue CancelRemainingIntents(Agent agent); } }