public async Task CopyAsync()
 {
     if (await TypeUtility.CopyAsync(this.authentication, this.descriptor) is string newTypeName)
     {
     }
 }