public void GetComingNextAppointmentTest()
 {
     Assert.IsNull(_statisticsService.GetComingNextAppointment(_userType, _currentStaff.Id));
 }