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