namespace KonSoft.InternalGateway.Aggregations.Base; public interface IRequestInput { Dictionary Endpoints { get; } }