public void Start() { _map.CreateMap(); _localMap = _map.GetLocalMap(_local); if (_localMap.Count == 0) { throw new Exception("There is no server in hash file with our address"); } }
public void Start() { _map.CreateMap(); _servers = _map.Servers; }