public GenericTemplatePayload(List <GenericElement> elements, ImageAspectRatioType imageAspectRatioType = ImageAspectRatioType.Horizontal)
     : this()
 {
     this.ImageAspectRatio = imageAspectRatioType.ToString().ToLower();
     this.Elements         = elements;
 }