public FastClient(string host, int port) { _fc = new Sessions.FastClient("client", SessionConstants.Scp11, new TcpEndpoint(host, port)); }