public IRegistrationBuilder InstancePerDependency()
 {
     Lifetime = new CurrentScopeLifetime();
     Sharing  = InstanceSharing.None;
     return(this);
 }