public EndPointSelectorByHashMod(IPEndPoint[] endpoints)
 {
     endpointList = endpoints.ToList();
 }