Variable ValueRegistrationContext.storage

Storage for already instantiated components.

struct ValueRegistrationContext
{
  // ...
  Storage!(Object,string) storage ;
  // ...
}