namespace Netina.Domain.CommandQueries.Queries; public record GetBlogsQuery(int Page, Guid? CategoryId) : IRequest;