namespace Contracts.SearchModels { public class CertSearchModel { public int? Id; public string? Name; public string? Path; public int? Key_Id; } }