public virtual void Register(Guid authorId) { Authors = new AuthorCollection(); Authors.Add(authorId); }
protected Book() { Authors = new AuthorCollection(); }