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