public static string Index(JasperRuntime runtime) { var writer = new StringWriter(); runtime.Describe(writer); return(writer.ToString()); }