public void The_Key_Is_Removed_From_The_Table() { Assert.That(table.Keys, Has.Count(2)); key.DeleteSelf(); Assert.That(table.Keys, Has.Count(1)); }