using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.ChannelTitle.SelectMyTitle; public sealed record Command(int MemberID, int ChannelID, int? TitleID) : ICommand<Result>;