public void WhenIUpdateTheBookingWith(Table table)
        {
            var row = table.Rows[0];

            BaseAPITests.updateBookingFirstname(this.bookingRef, row["firstrname"]);
        }