public async Task <int> GetMobcrushAlertCount()
 {
     return(await _statisticsDal.GetMobcrushAlertCount());
 }