namespace DigitalData.UserManager.Application.DTOs { public record SearchRootCreateDto(string? DirEntryUsername, string DirEntryPassword); }