public function fireTest()
 {
     $this->dispatch(new sendNotifications(StudySession::find(4)));
     return 'done';
 }