using System; using xPushService.Interfaces; using xServices.Models.Entities; namespace xServices.Interfaces { public interface IXTestEntityHub : IXBaseEntityHub { } }