public IntegrityCheckRepository(IGraphConnection graphConnection) : base(graphConnection) { }
protected NeoRepository(IGraphConnection graphConnection) { Guard.Null(graphConnection); GraphClient = graphConnection.GraphClient; }