using xStringService.Interfaces; namespace xCategoryService.Interfaces { public interface IXCategoryDescriptionResourceProvider : IXItemResourceProvider { } }