163164165166167168169170
try { StringWriter writer = new StringWriter(); return writer.toString(); } catch (Exception e) { throw new StackExchangeApiException(e); } }