Returns the DateTime of the last successful fetch.
If no successful fetch has been made a DateTime representing the epoch (1970-01-01 UTC) is returned.
DateTime get lastFetchTime { return _delegate.lastFetchTime; }