public void Dispose()
 {
     if (_throttler != null)
     {
         _throttler.Dispose();
     }
 }