namespace Props.Services.Content { public interface IContentManager { dynamic Json { get; } } }