namespace APT.Infrastructure.Core { public interface ISessionProvider { ISession GetSession(); } }