public static Exception ErrorInTemplate(TemplateExceptionWithContext te, ParseContext context)
 {
     return MakePartial(new TemplateExceptionWithContext(te.Message)).Decorate(context).KeepHttpErrorCode(te);
 }
 public static Exception ErrorInTemplate(TemplateExceptionWithContext te, ParseContext context)
 {
     return(MakePartial(new TemplateExceptionWithContext(te.Message)).Decorate(context).KeepHttpErrorCode(te));
 }