public IActorRef ResolveActorRef(string path) { var ret = _delegate.ResolveActorRef(path); return(ret); }
public IActorRef ResolveActorRef(string path) { return(_localActorRefProvider.ResolveActorRef(path)); }