Inheritance: StringRange
 public HtmlTag Render(Document document, Block block)
 {
     throw new ArgumentNullException();
 }
 public bool CanRender(Block block)
 {
     return block.GetType() == _throwOnBlockType;
 }