public function testGetPrimaryKey()
 {
     $this->assertEquals('command_id', Command::getPrimaryKey());
 }