public Byte[] ExportQueryResult(QueryResult myQueryResult) { return Encoding.UTF8.GetBytes( GEXF_IO_Extensions.GEXFDocument2String( GEXF_IO_Extensions.BuildGEXFDocument( myQueryResult.ToGEXF() ) ) ); }