namespace RBLNews.Shared.Models; public class AppSettingsModel { public string BackendApiUrl { get; set; } }