namespace RBLNews.Shared.Services; public class EnvironmentVariablesService { public string? RblApiUrl => Environment.GetEnvironmentVariable("RblApiUrl"); }