public MessageRenderer(RenderOptions options, RenderContext context)
 {
     _options = options;
     _context = context;
 }