namespace ServiceStationContracts.SearchModels { public class ReportSearchModel { public int? Id { get; set; } } }