public async Task <List <UrlDocument> > HandleAsync(string sessionId) { return(await _shortenerService.GetList(sessionId)); }