using Femto.Common.Domain; namespace Femto.Modules.Blog.Domain.Posts.Events; internal record PostCreated(Post Post) : DomainEvent;