namespace WorkFlow.Application.DTO.Config { public record ConfigUpdateDto(string Title, string String) : BaseUpdateDto; }