using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Stocks.Watch.Toggle; public sealed record Command( int MemberID, string StockCode ) : ICommand<Result<Response>>;