public async Task <IList <Apartment> > GetAsync()
 {
     return(await _apartmentService.GetApartmentsAsync());
 }