How can I pass a non-static member method as an action to the base class Task in the constructor in a class derived from Task?
public class MyTask : Task {