public Task <bool> GetBitAsync(string key, uint offset) { if (string.IsNullOrEmpty(key)) { throw new ArgumentNullException(nameof(key)); } return(_pool.GetBitAsync(_instance + key, offset)); }