public void Increment(PointSystem.ITotal with) { points = ((PointTotal)with).points; }
public void Increment(PointSystem.ITotal with) { this.points += ((TotalMock)with).points; }