export interface IHostPort { HostIp: string; HostPort: string; }