protected Scope CreateTagScope(string tagName)
 {
     return(new Scope {
         Tag = TagExpressionParser.CreateTagLiteral(tagName)
     });
 }
 protected ITagExpression CreateTagScope(string tagName)
 {
     return(TagExpressionParser.CreateTagLiteral(tagName));
 }