using xModels.Base; using xPushService.Interfaces; using xPushService.Models; namespace xPushService.Events { public class XPushConnectionStoreEvents : XBaseStoreEvent, IXPushConnectionStoreEvents { } }