public async Task <Info[]> GenerateInfoAsync()
 {
     return(await _summaryService.GenerateInfoAsync());
 }