public function testSetGetDateCreated()
 {
     $this->model->setDateCreated(new DateTime());
     $this->assertInstanceOf(DateTime::class, $this->model->getDateCreated());
 }