public static StreamWriter AppendViewBlock(this StreamWriter writer, JekyllExporter exporter, View view,
     IJekyllViewExporter viewExporter)
 {
     viewExporter.Export(exporter, view, writer);
     return writer;
 }
 public static StreamWriter AppendViewBlock(this StreamWriter writer, JekyllExporter exporter, View view,
                                            IJekyllViewExporter viewExporter)
 {
     viewExporter.Export(exporter, view, writer);
     return(writer);
 }