virtualaidev

Results 1 comments of virtualaidev

@stevejgordon I created a wrapper to mock certain functionality in `ElasticsearchClient `like the below. ``` public class SearchClient : ISearchClient { private readonly ElasticsearchClient _client; public SearchClient(ElasticsearchClient client) { _client...