using xPushService.Interfaces; using xWebinarService.Models.Entities; namespace xWebinarService.Interfaces.Entities { public interface IXWebinarSubscriberEntityHub : IXBaseEntityHub { } }