/// <inheritdoc /> public IDateTime Add(TimeSpan value) { return(new DateTimeWrap(DateTimeInstance.Add(value))); }