public FirstDateChecker(FormatChecker successor) : base(successor) { }
public SecondDateChecker(FormatChecker successor) : base(successor) { }