public ValueTask DisposeAsync()
 {
     return(_lockService.ReleaseLockAsync(_key));
 }