using MediatR; namespace Application.Features.Director.Role.Permissions.Get { public sealed record Query(string RoleID) : IRequest<Response>; }