namespace Props.Services.Content { public interface ITextualManager { // TODO: Replace this system with globalization and localization. See: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-6.0 dynamic Json { get; } } }