public RakNetTransport(ILogger logger, IConnectionHandler connectionHandler) { this.logger = logger; _connectionHandler = connectionHandler; }