namespace MyWarehouse.Infrastructure.Authentication.Settings; public class ExternalAuthenticationSettings { public string? GoogleClientId { get; init; } }