using Application.Abstractions.Messaging; namespace Application.Features.Director.Role.Get; public sealed record Query(string ID) : IQuery;