using ChapterX.Domain.Entities; namespace ChapterX.Domain.Repositories { public interface ICollaborationRepository : IRepository { } }