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