/// <summary>
 /// Create bucket.
 /// </summary>
 public async Task CreateAsync()
 {
     await _forgeOSS.CreateBucketAsync(BucketKey);
 }