public void scopeInOperation(IRenderExecutionContext context, IMetaContentNested newScope)
 {
     //throw new NotImplementedException();
 }
 public void executeScriptInstruction(IRenderExecutionContext context, docScriptInstructionCompiled instruction)
 {
     //throw new NotImplementedException();
 }
 public PropertyCollectionDictionary collectOperationStart(IRenderExecutionContext context, IMetaContentNested composer, PropertyCollectionDictionary dict)
 {
     // throw new NotImplementedException();
     return(dict);
 }