public async Task <WebRtcCredential> UpdateAsync(string id, TelephonyCredentialUpdateOptions updateOptions, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(await this.UpdateEntityAsync(id, updateOptions, requestOptions, cancellationToken));
 }
 public WebRtcCredential Update(string id, TelephonyCredentialUpdateOptions updateOptions, RequestOptions requestOptions = null)
 {
     return(this.UpdateEntity(id, updateOptions, requestOptions));
 }