public async Task <Entities.CheckIn> GetCheckInByIdAsync(int Id) { return(await _checkInRepository.GetByIdAsync(Id)); }