using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Store.Inventory.Use; public sealed record Command(int MemberID, int InventoryID) : ICommand>;