using Prism.Events; namespace RIZO_Application.Core { public class MessageSentEvent : PubSubEvent { } public class LogSentEvent : PubSubEvent { } }