using System.Security.Claims; namespace Abp.Runtime.Session { public interface IPrincipalAccessor { ClaimsPrincipal Principal { get; } } }