private Method translateMethod(
     final DeploymentReflectionIndex deploymentReflectionIndex, final OperationAnalysis op) {
   final Method nonMethod = op.getMethod();
   return deploymentReflectionIndex
       .getClassIndex(nonMethod.getDeclaringClass())
       .getMethod(nonMethod);
 }