public StructureMapDependencyScope(IContainer container, INestedContainerScope nestedContainerScope)
 {
     if (container == null)
     {
         throw new ArgumentNullException("container");
     }
     Container = container;
     _nestedContainerScope = nestedContainerScope;
 }
 public StructureMapDependencyScope(IContainer container, INestedContainerScope nestedContainerScope)
 {
     if (container == null)
     {
         throw new ArgumentNullException("container");
     }
     Container             = container;
     _nestedContainerScope = nestedContainerScope;
 }