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