public void Send(string msg) { _mediator.Send(msg, this); }
public virtual void Send(string message) { mediator.Send(message, this); }