public RegisterWithContainerAttribute(object key, ComponentAdapterType componentAdapterType) 
			: this(componentAdapterType)
		{
			this.key = key;
		}
		public RegisterWithContainerAttribute(ComponentAdapterType componentAdapterType) 
		{
			this.componentAdapterType = componentAdapterType;
		}