using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Admin.Channel.YouTubePubSub.Resubscribe; public sealed record Command(string YouTubeChannelID) : ICommand<Result>;