public Task <RiakCounterResult> GetCounter(string bucket, string counter, RiakCounterGetOptions options = null) { return(Task.Factory.StartNew(() => _client.GetCounter(bucket, counter, options))); }