namespace ChapterX.Application.Writer.Queries
{
    public record GetResponse(Domain.Entities.Writer? Writer);
}
