public async Task TearDown()
        {
            // Ensure the application file is removed from storage after to running test
            await _fileStorageService.DownloadApplicationFile(_applicationId, _fileName, _containerType, new CancellationToken());

            // Ensure the page file is removed from storage after to running test
            await _fileStorageService.DeleteFile(_applicationId, _sequenceNumber, _sectionNumber, _pageId, _fileName, _containerType, new CancellationToken());
        }