public async Task <TelnyxApiResponse> StartAsync(string id, RecordStartOptions startOptions, RequestOptions requestOptions = null, CancellationToken ct = default)
 {
     return(await this.CreateEntityAsync(id, this.startURI, startOptions, requestOptions, ct));
 }
 public TelnyxApiResponse Start(string id, RecordStartOptions startOptions, RequestOptions requestOptions = null)
 {
     return(this.CreateEntity(id, this.startURI, startOptions, requestOptions));
 }