I'm using the latest version of Neo4j.Driver.Reactive nuget in C# project. However, the examples don't provide a full working example.
The session API - Neo4j .NET Driver Manual has the following:
public IObservable GetPeople()
{
var session = Driv...