DoCli/Tests/Component/Do/Processes/TestProcess1.ps1

using namespace DoFramework.Processing;

class TestProcess1 : Process {
    [void] Run() {
        # TODO: implement process
    }
}