using Application.Abstractions.Messaging; namespace Application.Features.Channel.List.Create; public sealed record Command( int MemberID, string SID, string Name, string? Handle, string YouTubeUrl, decimal PlatformFeeRate, bool IsVerified, bool IsActive ) : ICommand;