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