public ActionOperation(object fact, ActionOperationType operationType) { Fact = fact; OperationType = operationType; }