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