using Application.Abstractions.Messaging; namespace Application.Features.Api.Crew.GetActiveSession; public sealed record Query(int CrewID) : IQuery;