void ObserveReceiving(ReactiveResponse response) { ResponseReady?.Invoke(this, response); }
protected void OnResponseReady() { CheckException(); ResponseReady?.Invoke(this, new EventArgs()); }