Minor issue: the [ToString()](https://github.com/elastic/elasticsearch-net/blob/master/src/Elasticsearch.Net/Auditing/Audit.cs#L22) method in Elasticsearch.Net.Audit shows negative time taken. You want to swap it to read `var took = Ended - Started;`