public MultipleParameterObject (IShallowDependent shallowDependent, ISimpleObject simpleObject)
		{
			ShallowDependent = shallowDependent;
			SimpleObject = simpleObject;
		}
		public DeepDependent (IShallowDependent shallowDependent)
		{
			ShallowDependent = shallowDependent;
		}