Variable RegistrationContext.locator

Locator used for fetching components dependencies;

struct RegistrationContext
{
  // ...
  Locator!(Object,string) locator ;
  // ...
}