internal async Task Claim()
 {
     _lockReference = await _provider.LockAsync(ClusterInformation.ClusterName);
 }