using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.MyPage.ChangeSummary; public sealed record Command( int MemberID, string Summary ) : ICommand<Result>;