using Core.Entities; namespace Application.Contracts.Database { public interface IConversationRepository { } }