public ScreeningLogic(IScreeningContext context, IMapper mapper) { Repository = new ScreeningRepository(context); _mapper = mapper; }