using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Admin.Cache.ClearCache; public sealed record Command( string? Prefix ) : ICommand;