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