namespace WeatherForecast.Models { public class TestimonialModel { public string Text { get; set; } public ReviewerModel Reviewer { get; set; } } }