export interface IGateway {
  httpPort: number;
  tcpPort: number;
  messagePattern: string;
  host: string;
}