public DynamicProxy(RemoteActor actor) { this.Proxy = actor; }
public RemoteActorProxy(RemoteActor remote, Type t) : base(t) { this.Remote = remote; }