namespace EnvelopeGenerator.Application.Envelopes; public record UserQuery(int? Id = null, string? Username = null, string? Email = null) { }