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