public void Cell_should_notify_his_sudoku_something_changed()
 {
     _sudokuStub.AssertWasCalled(x => x.RememberSomethingChanged());
 }