.net driver and default database

Hi!

I've been experimenting with using the .net driver to send start and stop commands to databases in my DBMS, based on the example-code found here: Using Neo4j from .NET - Developer Guides . It's working just fine for most databases, however if I stop the default database (neo4j in this case) the following "START DATABASE neo4j"-command (or any other commands, i.e "SHOW DATABASES") gets timed out after a bunch of retries. It was my understanding that START/STOP gets automatically routed to the system database (which is still online) , is this wrong? Also is there any way to avoid this issue other than starting neo4j through neo4j desktop?

Thanks in advance!