public async Task <List <RoatpGatewaySummaryItem> > Handle(NewGatewayApplicationsRequest request, CancellationToken cancellationToken)
 {
     return(await _repository.GetNewGatewayApplications(request.SearchTerm, request.SortOrder));
 }