public async Task NewTableAsync()
 {
     await TableUtility.NewTableAsync(this.authentication, this.descriptor);
 }