namespace xCommons.Models { public partial class XCertificate { public string Path { get; set; } public string Secret { get; set; } } }