namespace EnvelopeGenerator.Application.DTOs { public record UserReceiverDto( int Id, int UserId, int ReceiverId, string Name, string CompanyName, string JobTitle, DateTime AddedWhen); }