public ImageSelectionStrategy(string description, GetImagesDelegate getImagesDelegate)
 {
     Platform.CheckForNullReference(getImagesDelegate, "getImagesDelegate");
     _description       = description ?? "";
     _getImagesDelegate = getImagesDelegate;
 }
		public ImageSelectionStrategy(string description, GetImagesDelegate getImagesDelegate)
		{
			Platform.CheckForNullReference(getImagesDelegate, "getImagesDelegate");
			_description = description ?? "";
			_getImagesDelegate = getImagesDelegate;
		}