public InjectContextAndConfigurationController(InjectContextAndConfigurationBlogContext context) { Assert.NotNull(context); _context = context; }