protected virtual void OnPolling()
 {
     Polling?.Invoke(this, EventArgs.Empty);
 }