namespace SatelliteProvider.Common.DTO; public record SaveResult { public bool Success { get; set; } public string? Exception { get; set; } }