public void RegisterContext(Context context) { _context = context; }
public Workflow() { Context = new Context(); }