public TagAddedToStory(StoryId storyId, TagId tagId, string tag, string storyName) { StoryId = storyId; TagId = tagId; Tag = tag; StoryName = storyName; }
public TagCreated(string tag, TagId tagId) { Tag = tag; TagId = tagId; }