using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Developers.Apps.GetApp; public sealed record Query(int OwnerMemberID, int AppID) : IQuery<Result<Response>>;