public object Resolve(Type serviceType)
 {
     return(Resolve(Registrations.GetRegistrationForService(serviceType)));
 }