Variable RegistrationContext.storage

Storage into which to store components;

struct RegistrationContext
{
  // ...
  Storage!(ObjectFactory,string) storage ;
  // ...
}