public void InjectInto(object target) { Type type = target.GetType(); ApplyInjectionPoints(target, type, _typeDescriptor.GetDescription(type)); }