public void Put() { var controller = new BookingsController(_bookingService); controller.Put(0, "Test"); }