using Prism.Events; namespace DTS.Common.Events.TSRAIRGo { public class DownloadEvent : PubSubEvent { } public class DownloadArg { } }