/// <inheritdoc/>
 public async Task <CallAnswerResponse> CreateAsync(string parentId, CallControlRecordStartCreateOptions createOptions, string postFix = "actions/record_start", RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(await this.CreateEntityAsync(parentId, postFix, createOptions, requestOptions, cancellationToken));
 }
 /// <inheritdoc/>
 public virtual CallAnswerResponse Create(string id, CallControlRecordStartCreateOptions options, string postFix = "actions/record_start", RequestOptions requestOptions = null)
 {
     return(this.CreateEntity(id, postFix, options, requestOptions));
 }