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