/// <summary>
 /// Overload to be used by the CurrentAppSimulator for Windows Phone 8; decided
 /// that this was a nicer way to do it than a bunch more IFDEFs
 /// </summary>
 /// <param name="clone">A fully instantiated ProductListing implementation</param>
 /// <returns>The initial product listing implementation</returns>
 internal static ProductListing Create(ProductListing clone)
 {
     return(clone);
 }