public function testDeletesBlackout()
 {
     $id = 98123;
     $deleteBlackoutCommand = new DeleteBlackoutInstanceCommand($id);
     $this->repository->Delete($id);
     $this->assertEquals($deleteBlackoutCommand, $this->db->_Commands[0]);
 }