Property<?> property = new PropertyInstance<>( propertyModel, initialValue );
properties.put( propertyModel.accessor(), property );
}
TransientStateInstance state = new TransientStateInstance( properties );
ServiceInstance compositeInstance = new ServiceInstance( this, module, mixins, state );
// Instantiate all mixins
int i = 0;
UsesInstance uses = UsesInstance.EMPTY_USES.use( this );