using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Admin.Channel.YouTubePubSub.TestApiKey; public sealed record Command : ICommand<Result<Response>>;