namespace AutoCatCore.Model { public class VehicleBrand { public VehicleName Name { get; set; } public string Logo { get; set; } } }