namespace Application.Models; public record UserUpdateRequest(int Id, string Username, string Email);