public void GetComingNextAppointmentsNumberTest()
 {
     Assert.AreEqual(_statisticsService.GetComingNextAppointmentsNumber(_userType, _currentStaff.Id), 0);
 }