using System; using xTagService.Interfaces; namespace xWebinarService.Interfaces { public interface IXWebinarTagProvider : IXBaseTagProvider { } }