public NetworkMgr SendOnMgr(SpiderNetwork packet)
 {
     throw new NotImplementedException();
 }
 private void Service_OnDataReceived(object sender, NetScheduler connection, SpiderNetwork e, string key)
 {
     throw new NotImplementedException();
 }
 public void SendRaw(SpiderNetwork packet)
 {
     throw new NotImplementedException();
 }