export interface Host {
    port: number;
    address: string;
}
