void Update()
 {
     if (IsConnected)
     {
         Serializer.Poll();
     }
 }