public BlogPostController(ILoggingService logger, IBlogPostPageHandler handler) : base(logger) { _handler = handler; }