public GraphCommand(GraphClientOperation client, GraphCommandOperation command) : base(client, command) { }
public GraphCommandOperation(GraphClientOperation client, string preparedStatement) : base(client, preparedStatement) { }
protected internal GraphExecutionEngine(GraphClientOperation client, GraphCommandOperation command) { Client = client; Command = command; }