using Prism.Events; namespace DTS.Common.Events.TSRAIRGo { public class IpAddressToPingEvent : PubSubEvent { } public class IpAddressToPingArg { public string IpAddress { get; set; } } }