public static void AddDependency(this IRenderingContext context, ContentReference contentLink) { context.AddDependencies(new[] { contentLink }); }