namespace Common.Security.Infrastructure.Mediatr; public interface IRequirePermission { string PermissionCode { get; } }