using MediatR; namespace Application.Features.Director.Role.Create { public sealed record Command(string? RoleName) : IRequest; }