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