public object Resolve(Type reqObjectType, string paramName, Type forType, object extData)
 {
     return(_locator.Resolve(reqObjectType));
 }
            public object Resolve(Type reqObjectType, string paramName, Type forType, object extData)
            {
                TurboContract.Requires(reqObjectType != null, conditionString: "reqObjectType != null");

                return(_locator.Resolve(reqObjectType));
            }