using Application.Abstractions.Messaging; namespace Application.Features.Admin.Store.GameLanguage.GetAll; public sealed record Query() : IQuery<Response>;