using Abp.Runtime.Session; namespace VberZero.Session; public interface IVzSession : IAbpSession { string GetClaimValueStr(string claimType); }