private void MutateInternalState(AtomFeedCreated atomFeedCreated) { AtomFeedId = atomFeedCreated.FeedId; CurrentFeedHeadDocument = atomFeedCreated.DocumentId; FeedTitle = atomFeedCreated.FeedTitle; FeedAuthor = atomFeedCreated.FeedAuthor; }