public void WhenAnotherRegistrantProceedToMakeTheReservationWithSeatsAlreadyReserved()
 {
     CommonSteps.MakeTheReservationWithSeatsAlreadyReserved(Browser);
 }
 public void GivenAnotherRegistrantSelectsTheseOrderItems(Table table)
 {
     CommonSteps.SelectOrderItems(Browser, ScenarioContext.Current.Get <ConferenceInfo>(), table);
 }
 public void WhenAnotherRegistrantProceedToMakeTheReservation()
 {
     CommonSteps.MakeTheReservation(Browser);
 }
        public void GivenTheListOfTheAvailableOrderItemsForTheCqrsSummit2012Conference(Table table)
        {
#if LOCAL
            var common = new CommonSteps();
            common.GivenTheListOfTheAvailableOrderItemsForTheCqrsSummit2012Conference(table);
#endif
        }