namespace SWAD.API.Models.Config; public class ServicesEndpointsConfig { public const string ConfigName = "ServicesEndpoints"; // ReSharper disable once NullableWarningSuppressionIsUsed public string Redis { get; init; } = null!; }