/// <summary>
 /// 处理请求操作
 /// </summary>
 public void HandleOperation(EPatchOperation operation)
 {
     _patcher.HandleOperation(operation);
 }