public function testIsValidForSend()
 {
     $this->mockModel();
     $this->assertTrue($this->model->isValidForSend());
 }