using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Admin.Store.GameCatalog.Delete; public sealed record Command(int ID) : ICommand<Result>;