public void Notify() { _mediatorService.Notify("From API"); }
private void Notify() { _notifierMediatorService.Notify("Test Message"); }