This is how I do most of my stuff. No need to fiddle around with UiPath libraries or Custom Activities. The code is in a coded source file. Method DoStuff is static so no need to create an instance. But DoMoreStuff is not static so instead I create an instance called UtilsInstance to be able to use DoMoreStuff.

