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