public async void ThenTheSystemShouldShowAFromWhereItShouldFillAdvances()
        {
            var response = await progressService.ListBySessionIdAsync(session.Id);

            response.Count().Should().Be(1);
        }