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