public async Task <TelnyxApiResponse> ReferAsync(string id, ReferOptions options, RequestOptions requestOptions = null, CancellationToken ct = default)
 {
     return(await this.CreateEntityAsync(id, this.PostPath, options, requestOptions, ct));
 }
 public TelnyxApiResponse Refer(string id, ReferOptions options, RequestOptions requestOptions = null)
 {
     return(this.CreateEntity(id, this.PostPath, options, requestOptions));
 }