/// <inheritdoc /> public void Alert(IAlert alert) { _log.Trace(alert.GetType().GetFriendlyName(), this); _alerts.OnNext(alert); }