namespace FormulaOneApp.ErgastAPI.Model.Constructor { public class Constructor { public string ConstructorId { get; set; } public string Url { get; set; } public string Name { get; set; } public string Nationality { get; set; } } }