public async Task <ActionResult <Amenity> > GetAmenity(int id) { return(await repository.GetOneByIdAsync(id)); }