public async Task <List <GatewayPageAnswerSummary> > Handle(GetGatewayPagesRequest request, CancellationToken cancellationToken)
 {
     return(await _repository.GetGatewayPageAnswers(request.ApplicationId));
 }