public Statistics GetAsync()
 {
     return(_statisticsRepository.GetAsync());
 }