using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.MyPage.Sns.Disconnect; public sealed record Command(int MemberID, string Provider) : ICommand>;