/// <inheritdoc /> internal abstract IStatement GetIStatement(GraphOptions options);
IStatement IGraphStatement.ToIStatement(GraphOptions options) { return(GetIStatement(options)); }