namespace DiunaBI.UI.Shared.Services; public class AppConfig { public string AppName { get; set; } = "DiunaBI"; }