public Byte[] ExportQueryResult(QueryResult myQueryResult) { return Encoding.UTF8.GetBytes(myQueryResult.ToJSON().ToString(Formatting.Indented)); }