public async Task <IEnumerable <Availability> > ListAsync()
 {
     return(await _availabilityRepository.ListAsync());
 }