public DateTime GetDateTime(TimePeriodType periodType, int quantity) { return(_dateTime.AddTimePeriod(periodType, quantity)); }