public static Task DeleteBucketLoggingAsync(this IOss client, string bucketName)
 {
     return(Task.Factory.StartNew(() => client.DeleteBucketLogging(bucketName)));
 }