private async Task <IEnumerable <FullInfo> > GetInfoInternal()
 {
     return(await _infoRepository.GetAllInfo());
 }