public function __construct()
 {
     $this->reservations = array(ReservationItemResponse::Example());
 }
 public function __construct()
 {
     $this->color = '#ffffff';
     $this->endDateTime = Date::Now()->ToIso();
     $this->isReservable = false;
     $this->isReserved = true;
     $this->label = 'username';
     $this->reservation = ReservationItemResponse::Example();
     $this->slotSpan = 4;
     $this->startDateTime = Date::Now()->ToIso();
 }