Guys, I would like to use my own objects, in this case lets assume that I will be creating a new class called Person and will have lets say 2 properties Name and Age, how can I create a custom class so I can use it in overall the workflow? Person.Age = 30, Person.Name = ‘hello world’
I’ve seen that I can use NuGet but I don’t want to expose it and depend in NuGet