I am implementing the example in Neo4j .NET course and I got this exception here
public static async Task InitDriverAsync(string uri, string username, string password){_driver = GraphDatabase.Driver(uri, AuthTokens.Basic(username, password));await _...