internal int[] GetTodayStats()
 {
     return(marketFacade.GetAdminStatistics(from: DateTime.Today)[DateTime.Today]);
 }