namespace CarServiceContracts.SearchModels { public class CustomerSearchModel { public int? Id { get; set; } } }