namespace WorkFlow.Application.Dto { public record ConfigDto(int Id, string Title, string String, string AddedWho, DateTime AddedWhen, string? ChangedWho = null, DateTime? ChangedWhen = null); }