namespace EveOPreview.Mediator { /// /// Base class for all Mediator notifications /// public interface INotification { bool IsEmpty(); } }