namespace WeatherForecast.Models { public class CategoryModel { public Guid Id { get; set; } public string Text { get; set; } } }