using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Crew.RemoveMember; public sealed record Command(int CrewMemberID) : ICommand<Result>;