using xModels.Providers; using xPushService.Interfaces; using xPushService.Models; namespace xPushService.Store { public class XPushGroupInMemoryStore : XBaseInMemoryStore, IXPushGroupStore { } }