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