using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Developers.Apps.DeleteApp; public sealed record Command(int OwnerMemberID, int AppID) : ICommand<Result>;