public static ExportContext AddNewLine(this ExportContext context)
 {
     return(context.AddRawToNamespace(Environment.NewLine));
 }