Any plans to have Object => Query support? ``` class hero { string id; } client.executeQuery(new Hero { id = "1" }); ```