public function getPending()
 {
     return $this->model->whereNull('sent_at')->get();
 }