I updated the Neo4JClient to the version 4.x which included refactoring from client.Connect(); to client.ConnectAsync(). The controller which conne
client.Connect();
client.ConnectAsync()