namespace FormulaOneApp.ErgastAPI.Model.Circuit { public class Circuit { public string CircuitId { get; set; } public string Url { get; set; } public string CircuitName { get; set; } public Location Location { get; set; } } }