namespace DigitalData.UserManager.Application.DTOs.Module { public record ModuleDto( int Id, string? Name, string? ShortName ); }