public void GraphMinimumValueShouldReturn0GivenPostiveDataBeginningWithZero() { Assert.AreEqual(0, Subject.GraphMinimumValue); }