using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Admin.Store.GameCatalog.Create; public sealed record Command( int GameID, string ProductID, int Price ) : ICommand;