public void Operation() { implementor.OperationImpl(); }
public void Operation() { // 其他处理 implementor.OperationImpl(); }