namespace SatelliteProvider.Common.Configs; public class ProcessingConfig { public int MaxConcurrentDownloads { get; set; } = 4; public int DefaultZoomLevel { get; set; } = 20; public int QueueCapacity { get; set; } = 100; }