static void Main(string[] args) { ActionContainer execute = new ActionContainer(); ProgramTest prog = new ProgramTest(execute); prog.AddMethod(); execute.Action(); }