Example #1
0
 public async Task create_should_return_a_valid_stream_id()
 {
     var downloadService = new DownloadService(_dbConnection);
     await downloadService.DownloadRecordings();
 }