How can I get the Name of the Method dynamically.
For example ..

Public Function Test() As Boolean
'//Here I would like to get the name of this method dynamically ...
'//I would like to avoid HardCoding Test here


End Function