using Microsoft.AspNetCore.Mvc; namespace EnvelopeGenerator.Application.DTOs.Messaging; /// /// /// [ApiExplorerSettings(IgnoreApi = true)] public class GtxMessagingResponse : Dictionary { }