namespace ChadSoft.Edificator { public interface IWisdomHistory { bool HasBeenSentRecently(WisdomBit wisdom); void WisdomSent(WisdomBit wisdom); } }