In a classic example of 2 aggregate roots like:
class Post { string AuthorId; string Title; string Content; boolean AllowComments; ... } class Comment