using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.MyPage.UpdatePrivacySettings; public sealed record Command( int MemberID, bool IsRankingPublic, bool IsDonationPublic ) : ICommand;