public RpcManager(RpcServerOptions options = null) : base(options) { }
internal RpcServer(RpcServerOptions options = null) { _id = Interlocked.Increment(ref IdSeed); _options = options?.Clone() ?? RpcServerOptions.Default; }