namespace DbFirst.BlazorWebApp; public class AppSettings { public string ApiBaseUrl { get; set; } = string.Empty; }