using Femto.Common.Domain; namespace Femto.Modules.Blog.Application.Commands.DeletePost; public record DeletePostCommand(Guid PostId, Guid InitiatingUserId) : ICommand;