public void Calc_Empty__Returns0()
 {
     _testObj.Calc(new SystemState(), DateTime.Now, _dataLoader).ShouldBe(0);
 }