_client.Delete("id", s => s
.Type("users")
.Index("myindex")
);
Throws exception
Could not dispatch IElasticClient.Delete() into any of the following paths:
- /{index}/{type}/{id}
But should not
When i cast it to object (Delete<object>) then it works.