public async Task <IEnumerable <LastScreeningExpirationReportDto> > ExecuteAsync()
        {
            var data = await _context.ExecuteEnumerableAsync <LastScreeningExpirationReportDto>(Resources.MaxScreeningReportQuery).ConfigureAwait(false);

            return(data);
        }