/**
  * @param PolicyCheckable $policyCheckable
  * @param MeetingTimeslot $MeetingTimeslot
  * @return bool
  */
 private function userCheck(PolicyCheckable $policyCheckable, MeetingTimeslot $MeetingTimeslot)
 {
     return $policyCheckable->verifyMeetingTimeslot($MeetingTimeslot);
 }