public NegatedIncrementor(IDateTimeIncrementer innerIncrementor)
 {
     _innerIncrementor = innerIncrementor;
 }