protected void CannotChangeName(BaseCell cell, string newName) { Assert.IsFalse(cell.TryNameChange(newName)); }