using RBLNews.Shared.Models; namespace RBLNews.Shared.Services.Contracts; public interface IConfigService { AppSettingsModel AppSettings { get; } }