using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Feed.Delete; public sealed record Command(int PostID, int MemberID) : ICommand;