namespace Secrets; public class Demo { public int Key0 { get; set; } public string? Key1 { get; set; } public string? Key2 { get; set; } }