public Server(string host, int port) { _pendingRequests = new List <Request>(); _endPoint = EndPoint.Connect(host, port); }