}
/** {@inheritDoc} */
public DtoContext dto(final String beanKey) {
if (beanFactory == null) {
throw new GeDARuntimeException("Bean factory must be specified. Use constructor DefaultDSLRegistry(BeanFactory)");
}
final Class representative = beanFactory.getClazz(beanKey);
if (representative == null) {
throw new BeanFactoryUnableToLocateRepresentationException(beanFactory.toString(), "top level", beanKey, true);
}