public MethodMetadata getMostConcreteMethodWithTag(final Object tagKey) {
   return CollectionUtils.firstElementOf(getMethodsWithTag(tagKey));
 }