public function testGetSendingException()
 {
     $this->mockModel();
     $this->assertNull($this->model->getSendingException());
 }