namespace AutoCatCore.Model { public class VehicleName { public string Original { get; set; } public string Normalized { get; set; } } }