public async Task <DataResult <Reservation> > Get(string id) { return(await _reservationManager.Get(id)); }