private void CreateSnapshot() { var state = new AtomFeedState(this.AtomFeedId, this.CurrentFeedHeadDocument, this.LastHeadDocument, this.FeedTitle, this.FeedAuthor, this.numberOfEventsInCurrentHeadDocument, this.currentDocumentId); SaveSnapshot(state); }