Calling APOC Procedures and Functions from .NET

Hello all. I'm trying to use APOC procedures/functions from my C# code. I'm using Neo4j in a Docker container. I'm still a novice to C# and Docker. My code has already using the Neo4j Driver namespace via "using Neo4j.driver". Do I need to add a second "using" statement for an APOC namespace in order to be able to call the APOC procedures and functions. Thank you for your time and consideration.