namespace CoreProfilerExample.Service.Models.Dtos { public class GetWeatherForecastDto { public IEnumerable WeatherForecasts { get; set; } = []; } }