public async Task <bool> OpenAsync(string domain, int port) { await connection.ConnectAsync(domain, port); return(connection.Connected); }