using Prism.Events; namespace DTS.Common.Events.TSRAIRGo { public class RemoveDASEvent : PubSubEvent { } public class AddDASEvent : PubSubEvent { } }