@Override
public SnippetExcecutionInfo resloveSnippet(SnippetDeclarationInfo declaration) throws SnippetNotResovlableException {
Object instance = retrieveInstance(declaration);
Method method = retrieveMethod(declaration);
return new SnippetExcecutionInfo(declaration, instance, method);
}