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