public void GetApprovalWaitingAppointmentsNumberTest()
 {
     Assert.AreEqual(_statisticsService.GetApprovalWaitingAppointmentsNumber(_userType, _currentStaff.Id), 1);
 }