/// <inheritdoc/>
 public async Task <TelnyxList <ListConferenceResponse> > ListAsync(ListConferenceOptions listOptions = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(await this.ListEntitiesAsync(listOptions, requestOptions, cancellationToken));
 }
 /// <inheritdoc/>
 public TelnyxList <ListConferenceResponse> List(ListConferenceOptions listOptions = null, RequestOptions requestOptions = null)
 {
     return(this.ListEntities(listOptions, requestOptions));
 }