I want the current module name for Verbose Logging. Tried using DeclaringType.Name and it returned the Class name, not the Subroutine name. Ideally, I would like the class/module and subroutine/function name.

Dim test As String = System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.Name