public function run()
 {
     $code = Code::create(['identity' => 'teste', 'content' => '<h2>teste</h2>']);
 }