using Infrastructure.Entities; namespace Infrastructure.Repositories; public interface ISessionRepository : IRepository { }