public void Post(IEvent msg, ICanPost sender) { _mailbox.Post(msg, sender); }
public void Post(IMessage msg, IActorProcess sender) { _mailbox.Post(msg, sender); }