public EmptyDispatcher(Immortal c, ImmortalSerializerBase myImmortalSerializer, string serviceName, int receivePort, int sendPort)
     : base(c, myImmortalSerializer, serviceName, receivePort, sendPort, true)
 {
 }
 public IServer_Dispatcher_Implementation(Immortal z, ImmortalSerializerBase myImmortalSerializer, string localAmbrosiaRuntime, Type newInterface, Type newImmortalType, int receivePort, int sendPort)
     : base(z, myImmortalSerializer, localAmbrosiaRuntime, newInterface, newImmortalType, receivePort, sendPort)
 {
     this.instance = (IServer)z;
 }
 public EmptyDispatcher(Immortal c, ImmortalSerializerBase myImmortalSerializer, string serviceName, Type newInterface, Type newImmortal, int receivePort, int sendPort)
     : base(c, myImmortalSerializer, serviceName, newInterface, newImmortal, receivePort, sendPort)
 {
 }
 public IServer_Dispatcher_Implementation(Immortal z, ImmortalSerializerBase myImmortalSerializer, string serviceName, int receivePort, int sendPort, bool setupConnections)
     : base(z, myImmortalSerializer, serviceName, receivePort, sendPort, setupConnections)
 {
     this.instance = (IServer)z;
 }