public async Task <IEnumerable <Specialist> > ListAsync()
 {
     return(await _specialistRepository.ListAsync());
 }