namespace WeatherForecast.Models { public class ImageModel { public string Src { get; set; } public string Alt { get; set; } } }