namespace Safeguard.Dtos { public class MCConfigDto { public string? Name { get; set; } public string? JsonString { get; set; } } }