public object GetInstance(Func <object> createInstance, LightInject.Scope scope)
 {
     return(lifetime.GetInstance(createInstance));
 }