namespace DiunaBI.UI.Shared.Services; public class GoogleAuthConfig { public string ClientId { get; set; } = string.Empty; }