using System; using xTagService.Interfaces; namespace xFileService.Interfaces { public interface IXFileTagProvider : IXBaseTagProvider { } }