using Application.Abstractions.Messaging; namespace Application.Features.Api.MyPage.GetChatSettings; public sealed record Query(int MemberID) : IQuery<Response>;