using MediatR; namespace Application.Features.Director.GetRolePermissions { public sealed record GetRoleClaimsQuery(string RoleID) : IRequest; }