Adds CustomHeaders to the Query
Allows a user to specify CustomHeaders to a query to enable you to further control the queries being sent.
client.Cypher.CustomHeaders(new NameValueCollection {{"key", "value"}})
Also includes the MaxExecutionTime
property to allow a user to define the execution time on a per query basis (in milliseconds):
client.Cypher.MaxExecutionTime(1000)