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