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