public Task <GetBucketLockConfigurationResponse> GetBucketLockConfigurationAsync(string bucketName, Action <GetBucketLockConfigurationRequest>?config = null, CancellationToken token = default) { return(_bucketClient.GetBucketLockConfigurationAsync(bucketName, config, token)); }