1namespace Den.Application.Auth; 2 3public record LoginRequest( 4 string Username, 5 string Password 6);