namespace Shadow.Entities; public class Global { public int Id { get; set; } required public string Key { get; set; } public string? Value { get; set; } = null; }