void IObserver <TInput> .OnNext(TInput value)
 {
     if (!target.Post(value))
     {
         healthReporter.ReportThrottling();
     }
 }