* sure that this matches the underlying datastore provider.
* @return a context object representing the entry point into the fluent configuration API.
*/
@Override
public <D extends DatastoreConfiguration<G>, G extends GlobalContext<?, ?>> G configureOptionsFor(Class<D> datastoreType) {
ConfigurableImpl configurable = new ConfigurableImpl();
getProperties().put( InternalProperties.OGM_OPTION_CONTEXT, configurable.getContext() );
return configurable.configureOptionsFor( datastoreType );
}