public Task <OpenPointInTimeResponse> OpenPointInTimeAsync(IOpenPointInTimeRequest request, CancellationToken ct = new CancellationToken())
 {
     throw new NotImplementedException();
 }
 public OpenPointInTimeResponse OpenPointInTime(IOpenPointInTimeRequest request)
 {
     throw new NotImplementedException();
 }